Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure that org.eclipse.equinox.app is always started for API-Tools #2280

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Mar 23, 2023

There are some strange cases where the ApiToolsApplication do not came up with the error "Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).", this seems to because that if the org.eclipse.equinox.app is only in starting state (lazy) but not explicitly started (active).

This now ensures that the bundle org.eclipse.equinox.app is always started.

There are some strange cases where the ApiToolsApplication do not came
up with the error "Unable to acquire application service. Ensure that
the org.eclipse.core.runtime bundle is resolved and started (see
config.ini).", this seems to because that if the org.eclipse.equinox.app
is only in starting state (lazy) but not explicitly started (active).

This now ensures that the bundle org.eclipse.equinox.app is always
started.
@github-actions
Copy link

Test Results

   543 files  ±0  543 suites  ±0   3h 54m 3s ⏱️ +49s
   339 tests ±0  322 ✔️ ±0  10 💤 ±0  5 ±0  2 🔥 ±0 
1 017 runs  ±0  979 ✔️ ±0  31 💤 ±0  5 ±0  2 🔥 ±0 

For more details on these failures and errors, see this check.

Results for commit ea3ed27. ± Comparison against base commit cd86b27.

@laeubi laeubi merged commit 9c423ce into eclipse-tycho:master Mar 23, 2023
@laeubi laeubi added this to the 4.0 milestone Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant